home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / Small Eiffel 0.4.8 / misc / INSTALL.READ_ME < prev    next >
Text File  |  1997-04-13  |  1KB  |  39 lines

  1. -- Part of SmallEiffel -- Read DISCLAIMER file -- Copyright (C) 
  2. -- Dominique COLNET and Suzanne COLLIN -- colnet@loria.fr
  3. --
  4.  
  5. If you have a UNIX-like platform (Linux, Unix BSD, HP-UX, IRIX,
  6. XENIX, ...), simply run one of the following script : INSTALL.SH 
  7. (which is written in bourne shell) or INSTALL.CSH (which is written 
  8. in c-like shell).
  9.  
  10. If you have OS2, read INSTALL.OS2 file.
  11.  
  12. If you have Windows95/NT, simply run INSTALL.BAT.
  13.  
  14.  
  15. Otherwise, or if the installation procedure fails and cannot be
  16. fixed, please follow the general installation procedure described
  17. below :
  18.  
  19. -- 1 -- Put a copy of the entire SmallEiffel directory on your
  20.         hard disk, where you want.
  21.  
  22. -- 2 -- Set the environment variable "SmallEiffel" to indicate
  23.         the directory you have chosen.
  24.  
  25. -- 3 -- Compile with your C ANSI Compiler all commands stored
  26.         in directory "bin_c". Large commands are splitted into several
  27.         numbered C files. Have a look in files *.make to see how to 
  28.         compile. Put the resulting executable files in the SmallEiffel
  29.         directory "bin".
  30.  
  31. -- 4 -- Have a look at the READ_ME file in directory "sys" to set
  32.         up the good system, the default C compiler, the default 
  33.         loading path, ...
  34.  
  35. -- 5 -- Add SmallEiffel sub_directory "bin" in your system path.
  36.  
  37. --[6]-- If you have the time to do it, you can run the (very long)
  38.         SmallEiffel selftest in directory "misc". 
  39.